pocl.git
5 years agokill hanging tests after 30 minutes
Andreas Beckmann [Tue, 16 Feb 2021 10:00:57 +0000 (10:00 +0000)]
kill hanging tests after 30 minutes

Gbp-Pq: Name timeout.patch

5 years ago[PATCH] restore setting unroll-threshold on LLVM 9
Andreas Beckmann [Wed, 27 Jan 2021 20:26:51 +0000 (21:26 +0100)]
[PATCH] restore setting unroll-threshold on LLVM 9

otherwise kernel/test_rotate hangs on avx512 capable cpus

(this partially reverts 459d0bb5241a62af3b5b607a65dcf5e9a34a01ee)

Gbp-Pq: Name 2003-restore-setting-unroll-threshold-on-LLVM-9.patch

5 years ago[PATCH] add testcase for Debian bug #975931
Andreas Beckmann [Thu, 10 Dec 2020 18:47:30 +0000 (19:47 +0100)]
[PATCH] add testcase for Debian bug #975931

Gbp-Pq: Name 2001-add-testcase-for-Debian-bug-975931.patch

5 years agodump some cmake information
Andreas Beckmann [Tue, 16 Feb 2021 10:00:57 +0000 (10:00 +0000)]
dump some cmake information

Forwarded: not-needed

Gbp-Pq: Name verbose.patch

5 years agotune distro mode
Andreas Beckmann [Tue, 16 Feb 2021 10:00:57 +0000 (10:00 +0000)]
tune distro mode

Forwarded: no-needed

Gbp-Pq: Name distro.patch

5 years agoadd support for a GENERIC cpu type that uses llvm defaults
Andreas Beckmann [Tue, 16 Feb 2021 10:00:57 +0000 (10:00 +0000)]
add support for a GENERIC cpu type that uses llvm defaults

Forwarded: not-needed

Gbp-Pq: Name generic-cpu.patch

5 years agoHACK! regression/struct_kernel_arguments fails on i686
Andreas Beckmann [Tue, 16 Feb 2021 10:00:57 +0000 (10:00 +0000)]
HACK! regression/struct_kernel_arguments fails on i686

141/143 Test  #85: regression/struct_kernel_arguments ..................................................***Failed  Error regular expression found in output. Regex=[FAIL]  4.58 sec
CMake Error at /build/pocl-1.4/cmake/run_test.cmake:34 (message):
 FAIL: Test exited with nonzero code (1):
 /build/pocl-1.4/obj-i686-linux-gnu/tests/regression/test_structs_as_args
  STDOUT:

  F(4: 0 != 5) F(5: -2147483648 != 6) F(6: 0 != 7) F(7: 0 != 8)

  STDERR:

 -- OK
Bug: https://github.com/pocl/pocl/issues/801
Forwarded: not-needed

Gbp-Pq: Name test_structs_as_args.patch

5 years agoHACK! kernel/test_printf fails on i686
Andreas Beckmann [Tue, 16 Feb 2021 10:00:57 +0000 (10:00 +0000)]
HACK! kernel/test_printf fails on i686

Gbp-Pq: Name test_printf.patch

5 years agoskip subdevice tests on (virtual) single core CPUs
Andreas Beckmann [Tue, 16 Feb 2021 10:00:57 +0000 (10:00 +0000)]
skip subdevice tests on (virtual) single core CPUs

Gbp-Pq: Name skip-subdevice-tests-on-single-core-cpus.patch

5 years ago[PATCH 14/14] add POCL_EXPORT to additional symbols needed by the cuda device
Andreas Beckmann [Wed, 10 Feb 2021 22:25:57 +0000 (23:25 +0100)]
[PATCH 14/14] add POCL_EXPORT to additional symbols needed by the cuda device

Gbp-Pq: Name 1014-add-POCL_EXPORT-to-additional-symbols-needed-by-the-.patch

5 years ago[PATCH 13/13] add VISIBILITY_HIDDEN cmake option
Andreas Beckmann [Fri, 5 Feb 2021 17:08:16 +0000 (18:08 +0100)]
[PATCH 13/13] add VISIBILITY_HIDDEN cmake option

to allow building with -fvisibility=hidden -fvisibility-inlines-hidden

Gbp-Pq: Name 0013-add-VISIBILITY_HIDDEN-cmake-option.patch

5 years ago[PATCH 12/13] add POCL_EXPORT decorations
Andreas Beckmann [Fri, 5 Feb 2021 17:06:40 +0000 (18:06 +0100)]
[PATCH 12/13] add POCL_EXPORT decorations

this is the minimal set needed for building the basic and pthread
devices with -fvisibility=hidden

Gbp-Pq: Name 0012-add-POCL_EXPORT-decorations.patch

5 years ago[PATCH 11/13] add include/pocl_export.h for new macro POCL_EXPORT
Andreas Beckmann [Fri, 5 Feb 2021 16:53:19 +0000 (17:53 +0100)]
[PATCH 11/13] add include/pocl_export.h for new macro POCL_EXPORT

Gbp-Pq: Name 0011-add-include-pocl_export.h-for-new-macro-POCL_EXPORT.patch

5 years ago[PATCH 10/10] minor cleanup
Andreas Beckmann [Fri, 5 Feb 2021 21:26:51 +0000 (22:26 +0100)]
[PATCH 10/10] minor cleanup

Gbp-Pq: Name 0010-minor-cleanup.patch

5 years ago[PATCH 09/10] regroup workgroup tests and add missing dependencies on pocl_version_check
Andreas Beckmann [Fri, 5 Feb 2021 21:22:26 +0000 (22:22 +0100)]
[PATCH 09/10] regroup workgroup tests and add missing dependencies on pocl_version_check

Gbp-Pq: Name 0009-regroup-workgroup-tests-and-add-missing-dependencies.patch

5 years ago[PATCH 08/10] drop unused global variable pocl_num_device_types
Andreas Beckmann [Fri, 5 Feb 2021 16:47:39 +0000 (17:47 +0100)]
[PATCH 08/10] drop unused global variable pocl_num_device_types

Gbp-Pq: Name 0008-drop-unused-global-variable-pocl_num_device_types.patch

5 years ago[PATCH 07/10] drop redundant #include
Andreas Beckmann [Fri, 5 Feb 2021 16:46:49 +0000 (17:46 +0100)]
[PATCH 07/10] drop redundant #include

Gbp-Pq: Name 0007-drop-redundant-include.patch

5 years ago[PATCH 06/10] check whether libpocl and the device libraries can be dlopen()ed
Andreas Beckmann [Fri, 5 Feb 2021 15:23:39 +0000 (16:23 +0100)]
[PATCH 06/10] check whether libpocl and the device libraries can be dlopen()ed

Gbp-Pq: Name 0006-check-whether-libpocl-and-the-device-libraries-can-b.patch

5 years ago[PATCH 05/10] handle dlsym error on device library
Andreas Beckmann [Fri, 5 Feb 2021 15:01:50 +0000 (16:01 +0100)]
[PATCH 05/10] handle dlsym error on device library

Gbp-Pq: Name 0005-handle-dlsym-error-on-device-library.patch

5 years ago[PATCH 04/10] rename fill_dev_*_t to pocl_fill_dev_*_t
Andreas Beckmann [Wed, 3 Feb 2021 22:44:08 +0000 (23:44 +0100)]
[PATCH 04/10] rename fill_dev_*_t to pocl_fill_dev_*_t

Gbp-Pq: Name 0004-rename-fill_dev_-_t-to-pocl_fill_dev_-_t.patch

5 years ago[PATCH 03/10] rename stderr_is_a_tty to pocl_stderr_is_a_tty
Andreas Beckmann [Wed, 3 Feb 2021 22:42:33 +0000 (23:42 +0100)]
[PATCH 03/10] rename stderr_is_a_tty to pocl_stderr_is_a_tty

Gbp-Pq: Name 0003-rename-stderr_is_a_tty-to-pocl_stderr_is_a_tty.patch

5 years ago[PATCH 02/10] link against single shared libclang-cpp when building with llvm 9, too
Andreas Beckmann [Tue, 7 Apr 2020 23:33:12 +0000 (01:33 +0200)]
[PATCH 02/10] link against single shared libclang-cpp when building with llvm 9, too

Gbp-Pq: Name 0002-link-against-single-shared-libclang-cpp-when-buildin.patch

5 years ago[PATCH 01/10] fix build on hurd-i386
Samuel Thibault [Wed, 1 Jan 2020 14:19:44 +0000 (15:19 +0100)]
[PATCH 01/10] fix build on hurd-i386

Gbp-Pq: Name 0001-fix-build-on-hurd-i386.patch

5 years agopocl (1.6-5) unstable; urgency=medium
Andreas Beckmann [Tue, 16 Feb 2021 10:00:57 +0000 (10:00 +0000)]
pocl (1.6-5) unstable; urgency=medium

  * Stop building libllvmopencl.so which is no longer used since 0.14.
  * Build with -fvisibility=hidden.

[dgit import unpatched pocl 1.6-5]

5 years agoImport pocl_1.6-5.debian.tar.xz
Andreas Beckmann [Tue, 16 Feb 2021 10:00:57 +0000 (10:00 +0000)]
Import pocl_1.6-5.debian.tar.xz

[dgit import tarball pocl 1.6-5 pocl_1.6-5.debian.tar.xz]

5 years agoImport pocl_1.6.orig.tar.gz
Andreas Beckmann [Thu, 24 Dec 2020 03:19:57 +0000 (03:19 +0000)]
Import pocl_1.6.orig.tar.gz

[dgit import orig pocl_1.6.orig.tar.gz]